# Top-level SConscript for meeting service project

Import('env')

# Call the child SConscripts
SConscript('src/SConscript', exports=['env'])
